home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_38741.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  39 lines

  1. -- card: 38741 from stack: in.0
  2. -- bmap block id: 23505
  3. -- flags: 0000
  4. -- background id: 36773
  5. -- name: SCROLLING IN WINDOWS
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=203 top=245 right=315 bottom=273
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: See Scroll Window
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   go cd "Scroll Window" of stack "‚Ä¢HC 2.0-6"
  24.   unlock screen with visual zoom open
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part contents for background part 5
  30. ----- text -----
  31. You can scroll and resize windows by means of the Scroll Window. The Scroll Window is a new floating window, which, like the message box and tool palettes, never goes behind card windows.
  32.  
  33. This window is particularly helpful for viewing large cards on a small screen.
  34.  
  35. To see how the Scroll Window looks, click the button below.
  36.  
  37. -- part contents for background part 6
  38. ----- text -----
  39. SCROLLING IN WINDOWS